home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Turnbull China Bikeride
/
Turnbull China Bikeride - Disc 2.iso
/
STUTTGART
/
LANG
/
BASIC
/
LIB
/
EVENTSHELL
/
DOCS
/
Debug
< prev
next >
Wrap
Text File
|
1996-04-11
|
1KB
|
54 lines
PROCshell_TraceExit
=> None
Closes the trace file if it is open. Normally
only called by the EvntShell library when the
application closes down.
--------------------------------------------------------
PROCshell_Tracef0()
=> str trace output
Writes the given string into the trace file if
it is open. If <PROCshell_TraceInit> was called
with a null filename ("") then the trace output
will be broadcast using Acorn's message system
to be picked up and displayed by !ShellDBug if
it is running.
--------------------------------------------------------
PROCshell_TraceInit()
=> str file name for trace output
(can be "" - see below)
Initialises the trace file (must be called
before any other trace functions). If the
file name is "" then no file is opened, trace
output is broadcast as a user message to be
displayed by !ShellDBug.
--------------------------------------------------------
FNshell_TraceIsOn
=> None
<= bool TRUE if trace is enabled, FALSE
otherwise.
--------------------------------------------------------
PROCshell_TraceOff
=> None
Turns off trace output.
--------------------------------------------------------
PROCshell_TraceOn
=> None
Turns on trace output.
--------------------------------------------------------